
 
 v 1   =   I n p u t   P l e a s e   I n p u t   a   n u m b e r 
 
 P r i n t   v 1 
 
 
 
 s 1   =   I n p u t   P l e a s e   I n p u t   a   s t r i n g 
 
 P r i n t   s 1 
 
 
 
 s 1   =             " F i r s t   m e s s a g e   l i n e "   +   C R L F 
 
 s 1   =   s 1   +   " S e c o n d   m e s s a g e   l i n e "   +   C R L F 
 
 s 1   =   s 1   +   " P l e a s e   s e l e c t   Y E S   o r   N O " 
 
 s 1   =   M e s s a g e   s 1 
 
 P r i n t   s 1 
 
 
 
 v 1   =   M e s s a g e   D o   y o u   c o n f i r m   t h i s ? 
 
 P r i n t   v 1 
 
 I f   v 1   =   1 
 
 	 B e e p 
 
 E n d I f 
 
 
 
 s 1   =   M e s s a g e   D o   y o u   c o n f i r m   t h i s ? 
 
 P r i n t   s 1 
 
 I f   s 1   =   " Y E S " 
 
 	 B e e p 
 
 E n d I f 
 
 
 
 S t o p 
 
 
 
 
 
 ' W A T C H   M a s t e r E r r o r s C o u n t e r 
 
 ' W A T C H   v 1 
 
 ' E X E C   G o s u b   3 
 
 